projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
45577d5
)
Avoid stray As next to IDLW icons
author
Paul Eggert
<eggert@cs.ucla.edu>
Thu, 24 Mar 2016 23:48:46 +0000
(16:48 -0700)
committer
Paul Eggert
<eggert@cs.ucla.edu>
Thu, 24 Mar 2016 23:53:24 +0000
(16:53 -0700)
* lisp/progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere):
Use "" for empty labels, not "a", as the latter now displays stray
"A"s (Bug#18997).
lisp/progmodes/idlw-toolbar.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/idlw-toolbar.el
b/lisp/progmodes/idlw-toolbar.el
index 0e0714e27edcee8ecaf532f8f3d17d92492bf40b..d857bfd88c33ea47bd537d1b73fd84186ddfc1d0 100644
(file)
--- a/
lisp/progmodes/idlw-toolbar.el
+++ b/
lisp/progmodes/idlw-toolbar.el
@@
-439,7
+439,7
@@
static char * file[] = {
\" \",
\" \",
\" \"};")
- "The Cont icon.")
+ "The Cont icon.")
(defvar idlwave-toolbar-to-here-icon
(idlwave-toolbar-make-button
@@
-918,7
+918,7
@@
static char * file[] = {
(help (aref x 3))
(key (vector 'tool-bar func))
(def (list 'menu-item
- "
a
"
+ ""
func
:image (symbol-value icon)
:visible show